[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  CONFIGrecord = Record
    VersionID           : Word;
    CommPort            : Byte;
    Baud                : LongInt;
    InitTries           : Byte;
    InitStr,
    BusyStr             : String[70];
    InitResp,
    BusyResp,
    Connect300,
    Connect1200,
    Connect2400,
    Connect4800,
    Connect9600,
    Connect19k,
    Connect38k          : String[40];
    AnswerPhone         : Boolean;
    Ring,
    AnswerStr           : String[20];
    FlushBuffer         : Boolean;
    ModemDelay          : Integer;

    MinimumBaud,
    GraphicsBaud,
    TransferBaud        : Integer;
    SlowBaudTimeStart,
    SlowBaudTimeEnd,
    DownloadTimeStart,
    DownloadTimeEnd,
    PagingTimeStart,
    PagingTimeEnd       : Time;
    LoadingMsg,
    ListPrompt          : String[70];
    PwdExpiry           : Word;

    MenuPath,
    TextPath,
    AttachPath,
    NodelistPath,
    MsgBasePath,
    SysPath,
    ExternalEdCmd       : String[60];

    Address             : Array[0..9] of NetAddress;
    SystemName          : String[30];

    NewSecurity         : Word;
    NewCredit           : Word;
    NewFlags            : FlagType;

    OriginLine          : String[60];
    QuoteString         : String[15];
    Sysop               : String[35];
    LogFileName         : String[60];
    FastLogon,
    AllowSysRem,
    MonoMode,
    StrictPwdChecking,
    DirectWrite,
    SnowCheck           : Boolean;
    CreditFactor        : Integer;

    UserTimeOut,
    LogonTime,
    PasswordTries,
    MaxPage,
    PageLength          : Word;
    CheckForMultiLogon,
    ExcludeSysopFromList,
    OneWordNames        : Boolean;
    CheckMail           : AskType;
    AskVoicePhone,
    AskDataPhone,
    DoFullMailCheck,
    AllowFileShells,
    FixUploadDates,
    ShowFileDates       : Boolean;
    ANSI,                       { ANSI: Yes, no, or ask new users     }
    ClearScreen,                { Clear:        "                     }
    MorePrompt          : AskType;    { More:         "                     }
    UploadMsgs          : Boolean;
    KillSent            : AskType;    { Kill/Sent     "                     }

    CrashAskSec         : Word;       { Min sec# to ask 'Crash Mail ?'      }
    CrashAskFlags       : FlagType;
    CrashSec            : Word;       { Min sec# to always send crash mail. }
    CrashFlags          : FlagType;
    FAttachSec          : Word;       {        "    ask 'File Attach ?'     }
    FAttachFlags        : FlagType;

    NormFore,
    NormBack,
    StatFore,
    StatBack,
    HiBack,
    HiFore,
    WindFore,
    WindBack,
    ExitLocal,
    Exit300,
    Exit1200,
    Exit2400,
    Exit4800,
    Exit9600,
    Exit19k,
    Exit38k             : Byte;

    MultiLine           : Boolean;
    MinPwdLen           : Byte;
    MinUpSpace          : Word;
    HotKeys             : AskType;
    BorderFore,
    BorderBack,
    BarFore,
    BarBack,
    LogStyle,
    MultiTasker,
    PwdBoard            : Byte;
    BufferSize          : Word;
    FKeys               : Array[1..10] of String[60];

    WhyPage             : Boolean;
    LeaveMsg            : Byte;
    ShowMissingFiles    : Boolean;
    MissingString       : String[10];
    AllowNetmailReplies : Boolean;
    LogonPrompt         : String[40];
    CheckNewFiles       : AskType;
    ReplyHeader         : String[60];
    BlankSecs           : byte;
    ProtocolAttrib      : Array[1..6] of Byte;
    ErrorFreeString     : String[15];
    DefaultCombined     : COMBINEDrecord;
    RenumThreshold      : Word;
    LeftBracket,
    RightBracket        : Char;
    AskForHandle        : Boolean;
    AskForBirthDate     : Boolean;

    Unused              : Word;

    ConfirmMsgDeletes   : Boolean;
    LocationPrompt      : String[60];
    PagePrompt          : String[60];
    UserfilePrompt      : String[40];
    NewUserGroup        : Byte;
    AVATAR              : AskType;
    BadPwdArea          : Byte;
    Location            : String[40];
    DoAfterAction       : Byte; {0 = wait for CR, > 0 = wait for x seconds}
    CRprompt            : String[40];
    CRfore,
    CRback              : Byte;
    ContinuePrompt      : String[40];
    SendBreak           : Boolean;
    ListPath            : String[60];
    FullMsgView         : AskType;
    EMSI_Enable,
    EMSI_NewUser        : Boolean;

    FutureExpansion : Array[1..492] of Byte;
  end;

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson